AudClient Object

The AudClient object is used to display and manipulate the Audit Service. Declare the object using the following code:

CreateObject("CxAud.AudClient")

Each method in this document will assume you have declared the AUD object using the following code:

Dim AudClient

Set AudClient = CreateObject("CxAud.AudClient")

AudClient.Connect("CYGDEMO.AUD")


More: